File: Makefile

package info (click to toggle)
core%2B%2B 1.7-12
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,356 kB
  • ctags: 11,885
  • sloc: cpp: 26,527; ansic: 10,005; makefile: 2,661; sh: 1,473
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file: Makefile (for lib)
#	CORE Library version 1.4
#	$Id: Makefile,v 1.3 2002/08/08 18:58:20 exact Exp $

# =============================================================
# PATHS =======================================================
# =============================================================

CORE_PATH=..

clean:
	-@-test -z "*.a *.so" || rm -f *.a *.so

veryclean: clean