Changeset 7337
- Timestamp:
- Jun 5, 2006, 11:50:17 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/Makefile.am
r6851 r7337 1 # lib_LTLIBRARIES = libpsphot.la 2 # libpsphot_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(psphot_CFLAGS) 3 # libpsphot_la_LDFLAGS = $(PSMODULE_LIBS) $(PSLIB_LIBS) 1 lib_LTLIBRARIES = libpsphot.la 2 libpsphot_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(psphot_CFLAGS) 3 libpsphot_la_LDFLAGS = $(PSMODULE_LIBS) $(PSLIB_LIBS) 4 libpsphot_la_SOURCES = $(psphot_SOURCES) 4 5 5 6 bin_PROGRAMS = psphot … … 13 14 psphot_SOURCES = \ 14 15 psphot.c \ 16 errorCodes.c \ 15 17 psphotModelGroupInit.c \ 16 18 psphotArguments.c \ … … 52 54 tags: 53 55 etags `find . -name \*.[ch] -print` 56 # 57 # Error codes. 58 # 59 psphotErrorCodes.h : errorCodes.dat psphotErrorCodes.h.in 60 $(PSLIB_DIR)/bin/psParseErrorCodes --data=errorCodes.dat --outdir=. \ 61 psphotErrorCodes.h 62 errorCodes.c : errorCodes.dat errorCodes.c.in psphotErrorCodes.h 63 $(PSLIB_DIR)/bin/psParseErrorCodes --data=errorCodes.dat --outdir=. errorCodes.c
Note:
See TracChangeset
for help on using the changeset viewer.
