-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
18 lines (16 loc) · 857 Bytes
/
Makefile
File metadata and controls
18 lines (16 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################################################################
#############################################################################
#
# This is a Makefile file originally programmed for the CLMC/AMD labs
# at the University of Southern California and the Max-Planck-Institute for
# Intelligent Systems. We use a mixutre of explicit makefiles and cmake, but
# primarily we relay on cmake for all major compile dependencies. All our
# software is provided under a slightly modified version of the LGPL license
# to be found at http://www-clmc.usc.edu/software/license.
#
# Copyright by Stefan Schaal, 2014
#
#############################################################################
#############################################################################
SUBDIRS = $(MACHTYPE)
include $(LAB_ROOT)/config/make/LAB.mk