summaryrefslogtreecommitdiff
path: root/doc/manual-html/gimpprint_7.html
blob: 7a792c390eac503918f5e31c0f551a113c529288 (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
28
29
30
31
32
33
34
35
36
37
38
39
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.51
     from .././gimpprint.texi on 11 June 2004 -->

<TITLE>GIMP-Print - make</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="gimpprint_1.html">first</A>, <A HREF="gimpprint_6.html">previous</A>, <A HREF="gimpprint_8.html">next</A>, <A HREF="gimpprint_47.html">last</A> section, <A HREF="gimpprint_toc.html">table of contents</A>.
<P><HR><P>


<H2><A NAME="SEC12" HREF="gimpprint_toc.html#TOC12">3.2  @command{make}</A></H2>
<P>
<A NAME="IDX8"></A>

</P>
<P>
If you use @command{make} with your own <TT>`Makefile'</TT> files, then you are on
your own. This manual offers no assistance with doing this. Only the following
suggestion is offered:

</P>

<PRE>
GIMPPRINT_VERSION = $(shell gimpprint-config --version)
GIMPPRINT_CFLAGS = $(shell gimpprint-config --cflags)
GIMPPRINT_LIBS = $(shell gimpprint-config --libs)
</PRE>

<P>
How you choose to use these variables is entirely up to you. See Info file `make', node `Top', for more information.

</P>

<P><HR><P>
Go to the <A HREF="gimpprint_1.html">first</A>, <A HREF="gimpprint_6.html">previous</A>, <A HREF="gimpprint_8.html">next</A>, <A HREF="gimpprint_47.html">last</A> section, <A HREF="gimpprint_toc.html">table of contents</A>.
</BODY>
</HTML>