Changeset 6623 for nanoscale/branches/1.0/Makefile.in
- Timestamp:
- Nov 14, 2016 1:17:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nanoscale/branches/1.0/Makefile.in
r6622 r6623 1 WANT_TRACE = #yes 1 2 2 3 CC = @CC@ … … 33 34 SVN_VERSION = $(shell svnversion $(srcdir) | sed 's/Unversioned directory/unknown/') 34 35 35 DEFINES = -DSERVERSFILE=\"$(libdir)/renderservers.tcl\" \ 36 ifdef WANT_TRACE 37 DEFINES = -DWANT_TRACE 38 endif 39 CONFIGFILE = renderservers.tcl 40 DEFINES += -DSERVERSFILE=\"$(libdir)/$(CONFIGFILE)\" \ 36 41 -DSVN_VERSION=\"$(SVN_VERSION)\" \ 37 42 -DLOGDIR=\"$(LOGDIR)\" … … 49 54 $(CC) $(CC_SWITCHES) -o $@ $^ $(LIBS) 50 55 51 install: nanoscale renderservers.tclstart_nanoscale.sh56 install: nanoscale $(CONFIGFILE) start_nanoscale.sh 52 57 $(INSTALL_PROGRAM) -D nanoscale $(bindir)/nanoscale 53 58 $(INSTALL_PROGRAM) start_nanoscale.sh $(bindir)/start_nanoscale.sh 54 $(INSTALL_ SCRIPT) renderservers.tcl$(libdir)59 $(INSTALL_DATA) $(CONFIGFILE) $(libdir) 55 60 56 61 client: $(CLIENT_OBJS) … … 64 69 distclean: clean 65 70 $(RM) -r autom4te.cache 66 $(RM) Makefile config.cache config.log config.status config.h renderservers.tclstart_nanoscale.sh71 $(RM) Makefile config.cache config.log config.status config.h $(CONFIGFILE) start_nanoscale.sh 67 72
Note: See TracChangeset
for help on using the changeset viewer.