blob: 01ede2d7cf32bfd3d9f41991b0b4f5686b0f6436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===##
#
# Relative path to the top of the source tree.
#
LEVEL=..
#
# List all of the subdirectories that we will compile.
#
DIRS=lsqcor
include $(LEVEL)/Makefile.common
|