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-tools
/
examples
/
Makefile.msvc
blob
e75f44a2d5fa212c007a5d3c7ec3e46c94cbd9c5
1
# -*- Makefile -*- for gettext-tools/projects
2
3
#### Start of system configuration section. ####
4
5
#### End of system configuration section. ####
6
7
SHELL = /bin/sh
8
9
all :
10
11
install : all
12
13
installdirs :
14
15
uninstall :
16
17
check :
18
19
mostlyclean : clean
20
21
clean : force
22
23
distclean : clean
24
25
maintainer-clean : distclean
26
27
force :