Makefile.am 373 B

1234567891011121314151617181920212223242526272829
  1. ## Process this file with automake to produce Makefile.in
  2. ACLOCAL_AMFLAGS = -I m4
  3. MAINTAINERCLEANFILES = \
  4. configure \
  5. Makefile.in \
  6. depcomp \
  7. config.h.in \
  8. missing \
  9. aclocal.m4 \
  10. install-sh
  11. AM_CPPFLAGS = \
  12. -DPACKAGE_DATA_DIR=\""$(datadir)"\"
  13. AM_CFLAGS =\
  14. -Wall\
  15. -g
  16. bin_PROGRAMS = crurom
  17. crurom_SOURCES = \
  18. crurom.c
  19. crurom_LDFLAGS =
  20. crurom_LDADD =