IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ticket #905: Makefile.am

File Makefile.am, 1.1 KB (added by jhoblitt, 19 years ago)

src/sys/Makefile.am

Line 
1#Makefile for sys functions of psLib
2#
3noinst_LTLIBRARIES = libpslibsys.la
4
5libpslibsys_la_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) $(CFITSIO_CFLAGS)
6libpslibsys_la_SOURCES = \
7 psAbort.c \
8 psConfigure.c \
9 psError.c \
10 psErrorCodes.c \
11 psLine.c \
12 psLogMsg.c \
13 psMemory.c \
14 psSlurp.c \
15 psString.c \
16 psTrace.c \
17 psType.c \
18 strcasestr.c
19
20EXTRA_DIST = sys.i psErrorCodes.c.in psErrorCodes.h.in
21
22BUILT_SOURCES = psErrorCodes.c
23
24psErrorCodes.c: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.c.in psErrorCodes.h
25 $(top_srcdir)/utils/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
26
27psError.h: psErrorCodes.h
28
29psErrorCodes.h: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.h.in
30 $(top_srcdir)/utils/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
31
32pkginclude_HEADERS = \
33 psAbort.h \
34 psAssert.h \
35 psConfigure.h \
36 psError.h \
37 psErrorCodes.h \
38 psExit.h \
39 psLine.h \
40 psLogMsg.h \
41 psMemory.h \
42 psSlurp.h \
43 psString.h \
44 psTrace.h \
45 psType.h
46
47CLEANFILES = *~ *.bb *.bbg *.da