Changeset 2602 for trunk/psLib/src/astronomy/Makefile
- Timestamp:
- Dec 3, 2004, 9:43:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/Makefile
r2600 r2602 3 3 endif 4 4 5 # XXX: Must put appropiate conditional here: 6 LIBXMLDIR = /usr/include/libxml2 7 LIBXMLDIR = /usr/local/include/libxml2 8 5 9 TARGET_STATIC = libpslib.a 6 10 include ../Makefile.Globals 7 11 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I../dataManip \ 8 -I.. -I../image -I../fileUtils -I /usr/local/include/libxml2\12 -I.. -I../image -I../fileUtils -I$(LIBXMLDIR) \ 9 13 -DTIME_CONFIG_FILE="\"$(TIME_CONFIG_FILE)\"" 10 14
Note:
See TracChangeset
for help on using the changeset viewer.
