]> git.lyx.org Git - features.git/blob - src/frontends/xforms/forms/makefile
Changed KDE FormIndex to use qtarch generated dialog, added FromParagraph
[features.git] / src / frontends / xforms / forms / makefile
1 ###/* This file is part of
2 ###* ======================================================
3 ###*
4 ###*           LyX, the High Level Word Processor
5 ###*
6 ###*           Copyright 1995 Matthias Ettrich
7 ###*           Copyright 1995-2000 The LyX Team
8 ###*
9 ###*======================================================*/
10 ###
11 ###
12 ### Makefile by Lars Gullik Bjønnes (larsbj@ifi.uio.no)
13 ### Modified by Allan Rae <rae@lyx.org>
14 ### Rewritten by Angus Leeming.
15
16 SHELL = /bin/sh
17 .SUFFIXES: .fd .c
18
19 # Various commands
20 FDESIGN = fdesign
21
22 SRCS := form_citation.fd \
23         form_copyright.fd \
24         form_document.fd \
25         form_error.fd \
26         form_graphics.fd \
27         form_index.fd \
28         form_paragraph.fd \
29         form_preferences.fd \
30         form_print.fd \
31         form_ref.fd \
32         form_tabular.fd \
33         form_toc.fd \
34         form_url.fd
35
36 OBJS := $(SRCS:.fd=.C)
37
38 all:
39         @echo "This is a makefile intended for the maintainer only."
40         @echo "Only run it if you are absolutely sure about what you"
41         @echo "are doing."
42
43 test: clean $(OBJS)
44
45 updatesrc: test
46         mv *.C *.h ..
47
48 .fd.C:
49         ${SHELL} ./fdfix.sh $<
50
51 clean:
52         rm -f *.[hcC] *.bak
53
54 distclean: clean
55         rm -f *.orig *.rej *~