Files
wmaker/test/Makefile.am
T

26 lines
491 B
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = no-dependencies
EXTRA_DIST = notest.c
noinst_PROGRAMS = wtest
wtest_SOURCES = wtest.c
2007-08-14 13:33:22 +04:00
wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@
1998-09-29 22:36:29 +00:00
INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
2008-11-05 02:09:10 +01:00
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
.c.o:
$(QUIET)$(COMPILE) -c $<
.c.obj:
$(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
$(QUIET)$(LTCOMPILE) -c -o $@ $<