vinace/src/Makefile.am

21 lines
319 B
Makefile

## Process this file with automake to produce Makefile.in
## Created by Anjuta
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
$(GUI_CFLAGS)
AM_CFLAGS =\
-Wall\
-g
SUBDIRS = \
core \
hardware \
gui