## Makefile.am: NGPT Makefile.in hacked into an automake file by wingo ## ## # ``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 noinst_PROGRAMS = test-pth test-pth-pthreads test-pthreads test_pth_LDADD = libpth-mctx.la test_pth_pthreads_LDADD = libpth-mctx.la -lpthread test_pthreads_LDADD = -lpthread 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) #pth_mctx_a_DEPENDENCIES = shtool #shtool: # shtoolize -o shtool scpp