mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
19 lines
314 B
Makefile
19 lines
314 B
Makefile
#
|
|
#
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
DIST_SUBDIRS = net 3d pacs sound misc georges ligo
|
|
|
|
SUBDIRS = @NEL_SUBDIRS@
|
|
|
|
EXTRA_DIST = 3d.vcproj \
|
|
georges.vcproj \
|
|
ligo.vcproj \
|
|
logic.vcproj \
|
|
misc.vcproj \
|
|
net.vcproj \
|
|
pacs.vcproj \
|
|
sound.vcproj
|
|
|
|
# End of Makefile.am
|