allow extrn symbols to be defined by the unit itself (part II)
[xorcyst.git] / Makefile.am
blobcdc3fa80522143a3598d20583a26b467f7171035
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
3 bin_PROGRAMS = xasm xlnk
4 xasm_SOURCES = astnode.c astnode.h astproc.c astproc.h charmap.c charmap.h \
5 codegen.c codegen.h loc.h objdef.h opcode.c opcode.h parser.y scanner.l symtab.c \
6 symtab.h xasm.c my_getopt.c my_getopt.h getopt.h
7 xlnk_SOURCES = xlnk.c script.c script.h unit.c unit.h hashtab.c hashtab.h \
8 opcode.c opcode.h my_getopt.c my_getopt.h getopt.h
10 AM_CFLAGS = -Wall
11 AM_LFLAGS = -i
12 AM_YFLAGS = -d