File: MakeRules

package info (click to toggle)
libint 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,664 kB
  • sloc: sh: 10,214; ansic: 9,478; makefile: 437; perl: 141
file content (21 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ifneq ($(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