repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-runtime
/
doc
/
Makefile.msvc
blob
326e753ed2b2a4f0a3da3d08f3d773b60fe5a0be
1
# -*- Makefile -*- for gettext-runtime/doc
2
3
#### Start of system configuration section. ####
4
5
RM = -del
6
7
#### End of system configuration section. ####
8
9
SHELL = /bin/sh
10
11
all :
12
13
install : all
14
15
installdirs :
16
17
uninstall :
18
19
check :
20
21
mostlyclean : clean
22
23
clean : force
24
$(RM) core
25
26
distclean : clean
27
$(RM) Makefile
28
29
maintainer-clean : distclean
30
31
force :