## Process this file with automake to produce Makefile.in

AM_CPPFLAGS =\
	-I${top_srcdir}/include \
	-DHEADER_PATH=\"@GPUTILS_HEADER_PATH@\" \
	-DLKR_PATH=\"@GPUTILS_LKR_PATH@\" \
	-DLIB_PATH=\"@GPUTILS_LIB_PATH@\" \
	-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"

noinst_LIBRARIES = libgputils.a

libgputils_a_SOURCES =\
	gparchive.c \
	gpcod.c \
	gpcoffgen.c \
	gpcofflink.c \
	gpcoffopt.c \
	gpdis.c \
	gpmemory.c \
	gpmessage.c \
	gpopcode.c \
	gpprocessor.c \
	gpreadhex.c \
	gpreadobj.c \
	gpsymbol.c \
	gpsystem.c \
	gpwritehex.c \
	gpwriteobj.c \
	gparchive.h \
	gpcod.h \
        gpcoff.h \
	gpcoffgen.h \
	gpcofflink.h \
	gpcoffopt.h \
	gpdis.h \
	gpmemory.h \
	gpmessage.h \
	gpopcode.h \
	gpprocessor.h \
	gpreadhex.h \
	gpreadobj.h \
	gpsymbol.h \
	gpsystem.h \
	gptypes.h \
	gpwritehex.h \
	gpwriteobj.h \
	libgputils.h


syntax highlighted by Code2HTML, v. 0.9.1