Changeset 5782
- Timestamp:
- Dec 13, 2005, 2:40:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/Makefile.am
r5753 r5782 5 5 pois_LDFLAGS = $(PSLIB_LIBS) 6 6 7 include_HEADERS = pois.h poisErrorCodes.h 8 lib_LTLIBRARIES = libpois.la 7 noinst_HEADERS = pois.h poisErrorCodes.h 9 8 bin_PROGRAMS = pois 10 9 11 pois_LDADD = libpois.la12 pois_SOURCES = \13 pois.c14 15 #16 # Build a library17 #18 10 BUILT_SOURCES = \ 19 11 poisErrorCodes.h errorCodes.c 20 12 21 libpois_la_LDFLAGS = $(AM_LDFLAGS) -release $(PACKAGE_VERSION) 22 libpois_la_SOURCES = \ 23 pois.h \ 13 pois_SOURCES = \ 14 pois.c \ 24 15 poisAddPenalty.c \ 25 16 poisCalculateDeviations.c \ … … 48 39 $(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \ 49 40 errorCodes-skl.c 41 42 EXTRA_DIST = \ 43 parseErrorCodes.pl \ 44 errorCodes.dat \ 45 errorCodes-skl.h \ 46 errorCodes-skl.c \ 47 poisErrorCodes.h 48 50 49 # 51 50 # test program
Note:
See TracChangeset
for help on using the changeset viewer.
