You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
491 B
30 lines
491 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libhfet2.la
|
|
|
|
libhfet2_la_SOURCES = \
|
|
hfet2.c \
|
|
hfet2acl.c \
|
|
hfet2ask.c \
|
|
hfet2defs.h \
|
|
hfet2del.c \
|
|
hfet2dest.c \
|
|
hfet2ext.h \
|
|
hfet2getic.c \
|
|
hfet2init.c \
|
|
hfet2init.h \
|
|
hfet2itf.h \
|
|
hfet2load.c \
|
|
hfet2mask.c \
|
|
hfet2mdel.c \
|
|
hfet2mpar.c \
|
|
hfet2param.c \
|
|
hfet2pzl.c \
|
|
hfet2setup.c \
|
|
hfet2temp.c \
|
|
hfet2trunc.c
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|