File: MakeRules

package info (click to toggle)
libint2 2.3.0~beta3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 14,432 kB
  • ctags: 5,089
  • sloc: cpp: 32,063; ansic: 26,475; sh: 3,080; makefile: 943; perl: 482; python: 129
file content (23 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ifneq ($(HAVE_MAKERULES),yes)
HAVE_MAKERULES = yes

.PHONY: install install_inc install_target uninstall clean oclean distclean targetclean realclean
install::

install_inc::

install_target::

uninstall::

clean::

oclean::

distclean::

targetclean::

realclean::

endif