Ignore:
Timestamp:
Nov 11, 2016, 3:53:38 AM (8 years ago)
Author:
ldelgass
Message:

merge r6617 from pymolproxy trunk (logging)

Location:
pymolproxy/branches/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/branches/1.0

  • pymolproxy/branches/1.0/Makefile.in

    r6606 r6618  
     1WANT_DEBUG      = #yes
    12
    23TARGETS =       pymolproxy
     
    89                -DSVN_VERSION=\"$(SVN_VERSION)\" \
    910                -DSTATSDIR=\"$(STATSDIR)\" \
    10                 -DLOGDIR=\"$(LOGDIR)\" 
     11                -DLOGDIR=\"$(LOGDIR)\"
    1112EXTRA_CFLAGS =  -Wall
    1213INCLUDES =      $(TCL_INC_SPEC) -I$(srcdir)
     
    3132STATSDIR        = @STATSDIR@
    3233LOGDIR          = @LOGDIR@
     34
     35ifdef WANT_DEBUG
     36DEFINES += -DWANT_DEBUG
     37endif
    3338
    3439.PHONY: all install clean distclean
Note: See TracChangeset for help on using the changeset viewer.