File: Makefile

package info (click to toggle)
magma 2.9.0%2Bds-3
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 83,556 kB
  • sloc: cpp: 709,115; fortran: 121,916; ansic: 32,343; python: 25,603; f90: 15,208; makefile: 945; xml: 253; csh: 232; sh: 203; perl: 104
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
8
9
10
# See Makefile.src for list of files in this directory.
# This makefile simply forwards commands to the top-level makefile.

top  := ..
pwd  := $(shell pwd)
cdir := $(notdir $(pwd))

default: $(cdir)

include $(top)/Makefile.subdir