Changeset 146 for trunk/gui/Makefile
- Timestamp:
- Dec 3, 2006, 9:54:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/gui/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/Makefile
r126 r146 17 17 IDLDIR = ./idl 18 18 19 TKIDLDIR = $(NOMPATH)/idl # The object TK lives here 20 21 INC = ./include -I ./class_h -I $(NOMPATH)/class_h -I $(NOMPATH)/include 19 # The object TK lives here 20 TKIDLDIR = $(NOMPATH)/idl 21 IDLINC = -include=$(TKIDLDIR) -include=$(DESKTOPPATH)/idl -include=$(FOUNDATIONPATH)/idl 22 23 INC = ./include -I ./class_h \ 24 -I $(NOMPATH)/class_h -I $(NOMPATH)/include \ 25 -I $(DESKTOPPATH)/class_h -I $(DESKTOPPATH)/include \ 26 -I $(FOUNDATIONPATH)/class_h -I $(FOUNDATIONPATH)/include 22 27 23 28 ADDLIBS = -l$(OBJDIR)/nobjtk … … 49 54 ################################### 50 55 51 BASE_NOMCOMPILEH = $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --header --output-dir=$(CLASSINC) $<52 BASE_NOMCOMPILEIH = $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --ihfile --output-dir=$(CLASSINC) $<53 BASE_NOMCOMPILEC = $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --c-template --output-dir=$(CLASSTEMPLATEDIR) $<56 BASE_NOMCOMPILEH = $(IDLCOMP) $(IDLINC) --showcpperrors --header --output-dir=$(CLASSINC) $< 57 BASE_NOMCOMPILEIH = $(IDLCOMP) $(IDLINC) --showcpperrors --ihfile --output-dir=$(CLASSINC) $< 58 BASE_NOMCOMPILEC = $(IDLCOMP) $(IDLINC) --showcpperrors --c-template --output-dir=$(CLASSTEMPLATEDIR) $< 54 59 55 60
Note:
See TracChangeset
for help on using the changeset viewer.
