2002-01-21 00:20:29 +00:00
|
|
|
## Makefile.am: NGPT Makefile.in hacked into an automake file by wingo
|
|
|
|
## <wingo@pobox.com>
|
|
|
|
##
|
|
|
|
# ``UNIX -- where you can do anything
|
|
|
|
# in two keystrokes, or less...''
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libpth-mctx.la
|
|
|
|
|
|
|
|
libpth_mctx_la_SOURCES = pth_mctx.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
|
|
|
|
|
2002-01-22 20:50:39 +00:00
|
|
|
noinst_PROGRAMS = test-pth test-pth-pthreads test-pthreads
|
2002-01-21 00:20:29 +00:00
|
|
|
|
|
|
|
test_pth_LDADD = libpth-mctx.la
|
2002-01-21 05:09:17 +00:00
|
|
|
test_pth_pthreads_LDADD = libpth-mctx.la -lpthread
|
2002-01-22 20:50:39 +00:00
|
|
|
test_pthreads_LDADD = -lpthread
|
2002-01-21 00:20:29 +00:00
|
|
|
|
|
|
|
BUILT_SOURCES = pth_p.h
|
|
|
|
|
|
|
|
HSRCS = $(srcdir)/pth_debug.c $(srcdir)/pth_errno.c $(srcdir)/pth_mctx.c
|
|
|
|
|
|
|
|
pth_p.h: $(srcdir)/pth_p.h.in $(HSRCS)
|
|
|
|
$(srcdir)/shtool scpp -o pth_p.h -t $(srcdir)/pth_p.h.in -Dcpp -Cintern -M '==#==' $(HSRCS)
|
|
|
|
|
2002-01-22 20:50:39 +00:00
|
|
|
#pth_mctx_a_DEPENDENCIES = shtool
|
2002-01-21 00:20:29 +00:00
|
|
|
#shtool:
|
|
|
|
# shtoolize -o shtool scpp
|