1 #############################################################################
2 # The following parameters must be altered for each platform and compiler.
3 # The default is for g++ on Unix and MSDOG.
4 #############################################################################
5 ADLIB_PATH
= ..
/..
/include
8 CINCLUDE
= -I
$(ADLIB_PATH
)
11 D
= $(ADLIB_PATH
)/AD
/backend-tools
17 codeemit.o
: codeemit.
cc $D/codeemit.h
${ad}/hash
/lhash.h
20 $(CC
) -c
$(COPTS
) $(CINCLUDE
) $(@
:.o
=.
cc)
23 $(CC
) -c
$(COPTS
) $(CINCLUDE
) $(@
:.o
=.C
)
26 $(CC
) -c
$(COPTS
) $(CINCLUDE
) $(@
:.o
=.
cpp)
29 $(CC
) -c
$(COPTS
) $(CINCLUDE
) $(@
:.o
=.
cxx)