eflxx/eflxx_examples/src/ecorexx/stars/Makefile.am

22 lines
304 B
Makefile

## Process this file with automake to produce Makefile.in
INCLUDES =
AM_CXXFLAGS =\
-Wall
bin_PROGRAMS = ecorexx_example_stars
ecorexx_example_stars_SOURCES = \
main.cpp
ecorexx_example_stars_LDADD = \
$(ECOREXX_LIBS) \
$(EFL_LIBS)
AM_CPPFLAGS = \
$(ECOREXX_CFLAGS)\
$(EFL_CFLAGS)