| 1234567891011121314151617181920212223242526272829 |
- ## Process this file with automake to produce Makefile.in
- ACLOCAL_AMFLAGS = -I m4
- MAINTAINERCLEANFILES = \
- configure \
- Makefile.in \
- depcomp \
- config.h.in \
- missing \
- aclocal.m4 \
- install-sh
- AM_CPPFLAGS = \
- -DPACKAGE_DATA_DIR=\""$(datadir)"\"
- AM_CFLAGS =\
- -Wall\
- -g
- bin_PROGRAMS = crurom
- crurom_SOURCES = \
- crurom.c
- crurom_LDFLAGS =
- crurom_LDADD =
|