summaryrefslogtreecommitdiffstats
path: root/gettext-tools/projects/Makefile.msvc
blob: e75f44a2d5fa212c007a5d3c7ec3e46c94cbd9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- Makefile -*- for gettext-tools/projects

#### Start of system configuration section. ####

#### End of system configuration section. ####

SHELL = /bin/sh

all :

install : all

installdirs :

uninstall :

check :

mostlyclean : clean

clean : force

distclean : clean

maintainer-clean : distclean

force :