ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Cnv/Makefile.am
Revision: 1.2
Committed: Sun Jul 2 15:05:13 2006 UTC (17 years, 11 months ago) by pippijn
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.1: +2 -0 lines
Log Message:
make maintainer-clean-recursive now deletes all generated files

File Contents

# User Rev Content
1 root 1.1
2     noinst_LIBRARIES = libCnv.a
3     libCnv_a_SOURCES = CnvUtil.c CnvBrowse.c CnvNotify.c CnvMenu.c CnvFiles.c\
4     CnvPath.c CnvPrompt.c Cnv.h config.h
5    
6     EXTRA_DIST = excloff.xbm exclon.xbm flagoff.xbm flagon.xbm notify.xbm prompt.xbm\
7     submenu.xbm Makefile.in README
8    
9 pippijn 1.2 MAINTAINERCLEANFILES = Makefile.in
10    
11 root 1.1 AM_CPPFLAGS = -I$(srcdir)/../include -I$(top_srcdir)/include
12    
13     EXTRA_PROGRAMS = test
14     test_SOURCES = test.c
15     test_LDADD = libCnv.a $(X11LIBS)