mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
24 lines
439 B
Makefile
24 lines
439 B
Makefile
# Automatically Generated Makefile by EDE.
|
|
# For use with: automake
|
|
#
|
|
# DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST.
|
|
# EDE is the Emacs Development Environment.
|
|
# http://cedet.sourceforge.net/ede.shtml
|
|
#
|
|
|
|
top="$(CURDIR)"/
|
|
ede_FILES=Project.ede Makefile.am
|
|
|
|
|
|
EIGEN = $(EIGEN3_CFLAGS)
|
|
AM_CXXFLAGS = -D_DEBUG -g3 -O0 $(EIGEN)
|
|
|
|
SUBDIRS=
|
|
EXTRA_DIST=Project.ede
|
|
bin_PROGRAMS=loop
|
|
loop_SOURCES=main.cpp
|
|
loop_LDADD=
|
|
|
|
|
|
# End of Makefile.am
|