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