summaryrefslogtreecommitdiff
path: root/dmake/Makefile.am
blob: f22986e98b0c9c19e2dcfc0204b8ef7e77065e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

bin_PROGRAMS = dmake
dmake_SOURCES = \
	infer.c make.c stat.c expand.c dmstring.c hash.c dag.c dmake.c\
	path.c imacs.c sysintf.c parse.c getinp.c quit.c state.c\
	dmdump.c macparse.c rulparse.c percent.c function.c
dmake_LDADD   = unix/libunix.a

SUBDIRS = unix startup

EXTRA_DIST = make.c 

bin_PROGRAMS = dmake

# set the include path found by configure
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/linux -I$(top_srcdir)/unix -I$(top_srcdir)/unix/linux/gnu