File: Makefile.am

package info (click to toggle)
wflogs 0.9.8-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,220 kB
  • ctags: 3,750
  • sloc: ansic: 12,166; sh: 8,047; cpp: 6,412; lex: 1,525; yacc: 1,430; makefile: 731; sed: 16
file content (20 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(top_srcdir)/Makefile.general

noinst_HEADERS = defs.h lib.h list1.h

noinst_LIBRARIES = libsupport.a

#EXTRA_libsupport_a_SOURCES = stpcpy.c strsep.c # this produces an error RV@@5
EXTRA_DIST = getopt.c getopt1.c getopt.h

libsupport_a_SOURCES = string_printf.h string_printf.cc \
			ostream_printf.h ostream_printf.cc \
			getdate.h getdate.y
libsupport_a_LIBADD = @LIBOBJS@

#libsupport_a_SOURCES = xgetcwd.c xmalloc.c slist.c \
#			slist_dup.c slist_fprint_mini.c
#libsupport_a_LIBADD = @LIBOBJS@

#noinst_LTLIBRARIES = libsupport.la
#libsupport_la_SOURCES = slist.c