qse/qse/samples/fs/Makefile.am
2011-10-14 00:49:54 +00:00

18 lines
275 B
Makefile

AUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
-I$(includedir)
bin_PROGRAMS = \
dir01 \
path01
LDFLAGS += -L../../lib/cmn -L../../lib/fs
LDADD = -lqsefs -lqsecmn
dir01_SOURCES = dir01.c
path01_SOURCES = path01.c