mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 19:49:55 +00:00
16 lines
351 B
Makefile
16 lines
351 B
Makefile
#
|
|
# $Id: Makefile.am,v 1.7 2002-03-19 17:42:49 valignat Exp $
|
|
#
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
sbin_PROGRAMS = sno_position
|
|
|
|
sno_position_SOURCES = main.cpp \
|
|
physics.h \
|
|
physics.cpp
|
|
|
|
AM_CXXFLAGS = -DSNOWBALLS_CONFIG="\"${pkgsysconfdir}\"" -DSNOWBALLS_LOGS="\"${logdir}\""
|
|
|
|
# End of Makefile.am
|
|
|