File: Makefile

package info (click to toggle)
magma 2.5.4%2Bds-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 55,132 kB
  • sloc: cpp: 403,043; fortran: 121,916; ansic: 29,190; python: 25,167; f90: 13,666; makefile: 776; csh: 232; xml: 182; sh: 178; perl: 88
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