File: Makefile

package info (click to toggle)
libint 1.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,404 kB
  • ctags: 548
  • sloc: sh: 10,210; ansic: 9,379; makefile: 426; perl: 141
file content (12 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
TOPDIR=../..
ifndef SRCDIR
  SRCDIR=$(shell pwd)
endif
TOPOBJDIR = $(shell ls -d `pwd`/$(TOPDIR))

TARGET = progman.$(DOCSUF)

-include $(TOPDIR)/doc/MakeVars
-include $(TOPDIR)/doc/MakeRules
include $(SRCDIR)/$(TOPDIR)/lib/MakeSuffixRules
include $(SRCDIR)/$(TOPDIR)/lib/MakeRules