More code movement/rearrangement toward new style panels
[xiph/unicode.git] / writ / Makefile.am
blob8a45765c66ca8312464e07a6be493dbcbea35d86
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign dist-zip
5 SUBDIRS = src include
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = writ.m4
10 EXTRA_DIST = HACKING todo.txt \
11         autogen.sh libwrit.spec writ.m4
13 dist-hook:
14         rm -rf `find $(distdir)/macos -name CVS`
15         rm -rf `find $(distdir)/macosx -name CVS`
17 debug:
18         $(MAKE) all CFLAGS="@DEBUG@"
20 profile:
21         $(MAKE) all CFLAGS="@PROFILE@"