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