mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
20 lines
441 B
Makefile
20 lines
441 B
Makefile
#
|
|
# $Id: Makefile.am,v 1.1 2002/05/13 15:44:57 valignat Exp $
|
|
#
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
EXTRA_DIST = build_smallbank.dsp
|
|
|
|
bin_PROGRAMS = build_smallbank
|
|
|
|
build_smallbank_SOURCES = build_smallbank.cpp
|
|
|
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|
|
|
|
build_smallbank_LDADD = ../../../src/misc/libnelmisc.la \
|
|
../../../src/3d/libnel3d.la
|
|
|
|
|
|
# End of Makefile.am
|
|
|