source: trunk/third/gaim-encryption/Makefile.in @ 22512

Revision 22512, 19.2 KB checked in by ghudson, 18 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22511, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
69CATOBJEXT = @CATOBJEXT@
70CC = @CC@
71CXX = @CXX@
72CXXCPP = @CXXCPP@
73DATADIRNAME = @DATADIRNAME@
74DLLTOOL = @DLLTOOL@
75ECHO = @ECHO@
76EGREP = @EGREP@
77EXEEXT = @EXEEXT@
78F77 = @F77@
79GAIM_CFLAGS = @GAIM_CFLAGS@
80GCJ = @GCJ@
81GCJFLAGS = @GCJFLAGS@
82GENCAT = @GENCAT@
83GLIBC21 = @GLIBC21@
84GMSGFMT = @GMSGFMT@
85GTK_CFLAGS = @GTK_CFLAGS@
86GTK_CONFIG = @GTK_CONFIG@
87GTK_LIBS = @GTK_LIBS@
88HAVE_ASPRINTF = @HAVE_ASPRINTF@
89HAVE_LIB = @HAVE_LIB@
90HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
91HAVE_SNPRINTF = @HAVE_SNPRINTF@
92HAVE_WPRINTF = @HAVE_WPRINTF@
93INSTOBJEXT = @INSTOBJEXT@
94INTLBISON = @INTLBISON@
95INTLLIBS = @INTLLIBS@
96INTLOBJS = @INTLOBJS@
97INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
98LIB = @LIB@
99LIBICONV = @LIBICONV@
100LIBINTL = @LIBINTL@
101LIBTOOL = @LIBTOOL@
102LN_S = @LN_S@
103LTLIB = @LTLIB@
104LTLIBICONV = @LTLIBICONV@
105LTLIBINTL = @LTLIBINTL@
106MAKEINFO = @MAKEINFO@
107MKINSTALLDIRS = @MKINSTALLDIRS@
108NSS_CFLAGS = @NSS_CFLAGS@
109NSS_LIBS = @NSS_LIBS@
110OBJDUMP = @OBJDUMP@
111OBJEXT = @OBJEXT@
112PACKAGE = @PACKAGE@
113PKG_CONFIG = @PKG_CONFIG@
114POSUB = @POSUB@
115RANLIB = @RANLIB@
116RC = @RC@
117STRIP = @STRIP@
118USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
119USE_NLS = @USE_NLS@
120VERSION = @VERSION@
121
122AUTOMAKE_OPTIONS = foreign
123
124encryptdir = $(libdir)/gaim
125
126encrypt_la_LDFLAGS = -module -avoid-version
127
128encrypt_la_LIBADD = $(NSS_LIBS)
129
130encrypt_LTLIBRARIES = encrypt.la
131noinst_LIBRARIES =
132
133EXTRA_DIST =    Makefile.mingw  po/Makefile.mingw       COPYING         CHANGELOG       INSTALL         NOTES           README          VERSION         WISHLIST        gaim-encryption-installer.nsi   nsis/header.bmp         nsis/install.ico        $(wildcard nsis/translations/*.nsh)
134
135
136encrypt_la_SOURCES =    nls.h                           ge_blist.c                      ge_blist.h                      config_ui.c                     config_ui.h                     cryptproto.c                    cryptproto.h                    cryptutil.c                     cryptutil.h                     encrypt.c                       encrypt.h                       gpg.c                           gpg.h                           icon_capable.xpm                icon_in_lock.xpm                icon_in_unlock.xpm              icon_lock.xpm                   icon_out_capable.xpm            icon_out_lock.xpm               icon_out_unlock.xpm             icon_unlock.xpm                 keys.c                          keys.h                          keys_ui.c                       keys_ui.h                       nonce.c                         nonce.h                         nss_mgf1.c                      nss_mgf1.h                      nss_oaep.c                      nss_oaep.h                      nss_pss.c                       nss_pss.h                       prefs.c                         prefs.h                         rsa_nss.c                       rsa_nss.h                       state.c                         state.h                         state_ui.c                  state_ui.h                  ge_ui.c                     ge_ui.h
137
138
139AM_CFLAGS =     -Wall -fno-strict-aliasing
140
141
142AM_CPPFLAGS =   -DLOCALEDIR=\"$(datadir)/locale\"       -DLIBDIR=\"$(libdir)/gaim/\"            -DDATADIR=\"$(datadir)\"                $(GLIB_CFLAGS)                          $(GAIM_CFLAGS)                          $(NSS_CFLAGS)
143
144
145BUILT_SOURCES = gaim-encryption-config.h
146
147SUBDIRS = po intl
148
149ACLOCAL_AMFLAGS = -I m4
150ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
151mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
152CONFIG_HEADER = pre-config.h
153CONFIG_CLEAN_FILES =
154LIBRARIES =  $(noinst_LIBRARIES)
155
156LTLIBRARIES =  $(encrypt_LTLIBRARIES)
157
158
159DEFS = @DEFS@ -I. -I$(srcdir) -I.
160CPPFLAGS = @CPPFLAGS@
161LDFLAGS = @LDFLAGS@
162LIBS = @LIBS@
163encrypt_la_DEPENDENCIES =
164encrypt_la_OBJECTS =  ge_blist.lo config_ui.lo cryptproto.lo \
165cryptutil.lo encrypt.lo gpg.lo keys.lo keys_ui.lo nonce.lo nss_mgf1.lo \
166nss_oaep.lo nss_pss.lo prefs.lo rsa_nss.lo state.lo state_ui.lo \
167ge_ui.lo
168CFLAGS = @CFLAGS@
169COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171CCLD = $(CC)
172LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
173DIST_COMMON =  README ./stamp-h.in ABOUT-NLS COPYING INSTALL Makefile.am \
174Makefile.in TODO aclocal.m4 config.guess config.sub configure \
175configure.ac install-sh ltmain.sh missing mkinstalldirs pre-config.h.in
176
177
178DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
179
180TAR = tar
181GZIP_ENV = --best
182SOURCES = $(encrypt_la_SOURCES)
183OBJECTS = $(encrypt_la_OBJECTS)
184
185all: all-redirect
186.SUFFIXES:
187.SUFFIXES: .S .c .lo .o .obj .s
188$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
189        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
190
191Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
192        cd $(top_builddir) \
193          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
194
195$(ACLOCAL_M4):  configure.ac
196        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
197
198config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
199        $(SHELL) ./config.status --recheck
200$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
201        cd $(srcdir) && $(AUTOCONF)
202
203pre-config.h: stamp-h
204        @if test ! -f $@; then \
205                rm -f stamp-h; \
206                $(MAKE) stamp-h; \
207        else :; fi
208stamp-h: $(srcdir)/pre-config.h.in $(top_builddir)/config.status
209        cd $(top_builddir) \
210          && CONFIG_FILES= CONFIG_HEADERS=pre-config.h \
211             $(SHELL) ./config.status
212        @echo timestamp > stamp-h 2> /dev/null
213$(srcdir)/pre-config.h.in: $(srcdir)/stamp-h.in
214        @if test ! -f $@; then \
215                rm -f $(srcdir)/stamp-h.in; \
216                $(MAKE) $(srcdir)/stamp-h.in; \
217        else :; fi
218$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
219        cd $(top_srcdir) && $(AUTOHEADER)
220        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
221
222mostlyclean-hdr:
223
224clean-hdr:
225
226distclean-hdr:
227        -rm -f pre-config.h
228
229maintainer-clean-hdr:
230
231mostlyclean-noinstLIBRARIES:
232
233clean-noinstLIBRARIES:
234        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
235
236distclean-noinstLIBRARIES:
237
238maintainer-clean-noinstLIBRARIES:
239
240mostlyclean-encryptLTLIBRARIES:
241
242clean-encryptLTLIBRARIES:
243        -test -z "$(encrypt_LTLIBRARIES)" || rm -f $(encrypt_LTLIBRARIES)
244
245distclean-encryptLTLIBRARIES:
246
247maintainer-clean-encryptLTLIBRARIES:
248
249install-encryptLTLIBRARIES: $(encrypt_LTLIBRARIES)
250        @$(NORMAL_INSTALL)
251        $(mkinstalldirs) $(DESTDIR)$(encryptdir)
252        @list='$(encrypt_LTLIBRARIES)'; for p in $$list; do \
253          if test -f $$p; then \
254            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(encryptdir)/$$p"; \
255            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(encryptdir)/$$p; \
256          else :; fi; \
257        done
258
259uninstall-encryptLTLIBRARIES:
260        @$(NORMAL_UNINSTALL)
261        list='$(encrypt_LTLIBRARIES)'; for p in $$list; do \
262          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(encryptdir)/$$p; \
263        done
264
265.c.o:
266        $(COMPILE) -c $<
267
268# FIXME: We should only use cygpath when building on Windows,
269# and only if it is available.
270.c.obj:
271        $(COMPILE) -c `cygpath -w $<`
272
273.s.o:
274        $(COMPILE) -c $<
275
276.S.o:
277        $(COMPILE) -c $<
278
279mostlyclean-compile:
280        -rm -f *.o core *.core
281        -rm -f *.$(OBJEXT)
282
283clean-compile:
284
285distclean-compile:
286        -rm -f *.tab.c
287
288maintainer-clean-compile:
289
290.c.lo:
291        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
292
293.s.lo:
294        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
295
296.S.lo:
297        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
298
299mostlyclean-libtool:
300        -rm -f *.lo
301
302clean-libtool:
303        -rm -rf .libs _libs
304
305distclean-libtool:
306
307maintainer-clean-libtool:
308
309encrypt.la: $(encrypt_la_OBJECTS) $(encrypt_la_DEPENDENCIES)
310        $(LINK) -rpath $(encryptdir) $(encrypt_la_LDFLAGS) $(encrypt_la_OBJECTS) $(encrypt_la_LIBADD) $(LIBS)
311
312# This directory's subdirectories are mostly independent; you can cd
313# into them and run `make' without going through this Makefile.
314# To change the values of `make' variables: instead of editing Makefiles,
315# (1) if the variable is set in `config.status', edit `config.status'
316#     (which will cause the Makefiles to be regenerated when you run `make');
317# (2) otherwise, pass the desired values on the `make' command line.
318
319@SET_MAKE@
320
321all-recursive install-data-recursive install-exec-recursive \
322installdirs-recursive install-recursive uninstall-recursive  \
323check-recursive installcheck-recursive info-recursive dvi-recursive:
324        @set fnord $(MAKEFLAGS); amf=$$2; \
325        dot_seen=no; \
326        target=`echo $@ | sed s/-recursive//`; \
327        list='$(SUBDIRS)'; for subdir in $$list; do \
328          echo "Making $$target in $$subdir"; \
329          if test "$$subdir" = "."; then \
330            dot_seen=yes; \
331            local_target="$$target-am"; \
332          else \
333            local_target="$$target"; \
334          fi; \
335          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
337        done; \
338        if test "$$dot_seen" = "no"; then \
339          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
340        fi; test -z "$$fail"
341
342mostlyclean-recursive clean-recursive distclean-recursive \
343maintainer-clean-recursive:
344        @set fnord $(MAKEFLAGS); amf=$$2; \
345        dot_seen=no; \
346        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
347          rev="$$subdir $$rev"; \
348          test "$$subdir" != "." || dot_seen=yes; \
349        done; \
350        test "$$dot_seen" = "no" && rev=". $$rev"; \
351        target=`echo $@ | sed s/-recursive//`; \
352        for subdir in $$rev; do \
353          echo "Making $$target in $$subdir"; \
354          if test "$$subdir" = "."; then \
355            local_target="$$target-am"; \
356          else \
357            local_target="$$target"; \
358          fi; \
359          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
361        done && test -z "$$fail"
362tags-recursive:
363        list='$(SUBDIRS)'; for subdir in $$list; do \
364          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365        done
366
367tags: TAGS
368
369ID: $(HEADERS) $(SOURCES) $(LISP)
370        list='$(SOURCES) $(HEADERS)'; \
371        unique=`for i in $$list; do echo $$i; done | \
372          awk '    { files[$$0] = 1; } \
373               END { for (i in files) print i; }'`; \
374        here=`pwd` && cd $(srcdir) \
375          && mkid -f$$here/ID $$unique $(LISP)
376
377TAGS: tags-recursive $(HEADERS) $(SOURCES) pre-config.h.in $(TAGS_DEPENDENCIES) $(LISP)
378        tags=; \
379        here=`pwd`; \
380        list='$(SUBDIRS)'; for subdir in $$list; do \
381   if test "$$subdir" = .; then :; else \
382            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
383   fi; \
384        done; \
385        list='$(SOURCES) $(HEADERS)'; \
386        unique=`for i in $$list; do echo $$i; done | \
387          awk '    { files[$$0] = 1; } \
388               END { for (i in files) print i; }'`; \
389        test -z "$(ETAGS_ARGS)pre-config.h.in$$unique$(LISP)$$tags" \
390          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags pre-config.h.in $$unique $(LISP))
391
392mostlyclean-tags:
393
394clean-tags:
395
396distclean-tags:
397        -rm -f TAGS ID
398
399maintainer-clean-tags:
400
401distdir = $(PACKAGE)-$(VERSION)
402top_distdir = $(distdir)
403
404# This target untars the dist file and tries a VPATH configuration.  Then
405# it guarantees that the distribution is self-contained by making another
406# tarfile.
407distcheck: dist
408        -rm -rf $(distdir)
409        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
410        mkdir $(distdir)/=build
411        mkdir $(distdir)/=inst
412        dc_install_base=`cd $(distdir)/=inst && pwd`; \
413        cd $(distdir)/=build \
414          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
415          && $(MAKE) $(AM_MAKEFLAGS) \
416          && $(MAKE) $(AM_MAKEFLAGS) dvi \
417          && $(MAKE) $(AM_MAKEFLAGS) check \
418          && $(MAKE) $(AM_MAKEFLAGS) install \
419          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
420          && $(MAKE) $(AM_MAKEFLAGS) dist
421        -rm -rf $(distdir)
422        @banner="$(distdir).tar.gz is ready for distribution"; \
423        dashes=`echo "$$banner" | sed s/./=/g`; \
424        echo "$$dashes"; \
425        echo "$$banner"; \
426        echo "$$dashes"
427dist: distdir
428        -chmod -R a+r $(distdir)
429        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
430        -rm -rf $(distdir)
431dist-all: distdir
432        -chmod -R a+r $(distdir)
433        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
434        -rm -rf $(distdir)
435distdir: $(DISTFILES)
436        -rm -rf $(distdir)
437        mkdir $(distdir)
438        -chmod 777 $(distdir)
439        $(mkinstalldirs) $(distdir)/nsis $(distdir)/nsis/translations \
440           $(distdir)/po
441        @for file in $(DISTFILES); do \
442          d=$(srcdir); \
443          if test -d $$d/$$file; then \
444            cp -pr $$d/$$file $(distdir)/$$file; \
445          else \
446            test -f $(distdir)/$$file \
447            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
448            || cp -p $$d/$$file $(distdir)/$$file || :; \
449          fi; \
450        done
451        for subdir in $(SUBDIRS); do \
452          if test "$$subdir" = .; then :; else \
453            test -d $(distdir)/$$subdir \
454            || mkdir $(distdir)/$$subdir \
455            || exit 1; \
456            chmod 777 $(distdir)/$$subdir; \
457            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
458              || exit 1; \
459          fi; \
460        done
461config_ui.lo config_ui.o : config_ui.c nls.h gaim-encryption-config.h \
462        cryptproto.h rsa_nss.h nonce.h keys.h config_ui.h
463cryptproto.lo cryptproto.o : cryptproto.c cryptproto.h rsa_nss.h \
464        gaim-encryption-config.h nonce.h keys.h cryptutil.h
465cryptutil.lo cryptutil.o : cryptutil.c nls.h gaim-encryption-config.h \
466        cryptutil.h rsa_nss.h nonce.h
467encrypt.lo encrypt.o : encrypt.c gaim-encryption-config.h cryptproto.h \
468        rsa_nss.h nonce.h cryptutil.h state.h state_ui.h keys.h prefs.h \
469        config_ui.h ge_blist.h encrypt.h nls.h
470ge_blist.lo ge_blist.o : ge_blist.c ge_blist.h gaim-encryption-config.h \
471        state.h nls.h
472ge_ui.lo ge_ui.o : ge_ui.c ge_ui.h
473gpg.lo gpg.o : gpg.c cryptproto.h rsa_nss.h gaim-encryption-config.h \
474        nonce.h gpg.h cryptutil.h keys.h
475keys.lo keys.o : keys.c keys.h cryptproto.h rsa_nss.h \
476        gaim-encryption-config.h nonce.h cryptutil.h prefs.h encrypt.h \
477        keys_ui.h ge_ui.h nls.h
478keys_ui.lo keys_ui.o : keys_ui.c prefs.h encrypt.h \
479        gaim-encryption-config.h keys.h cryptproto.h rsa_nss.h nonce.h \
480        keys_ui.h nls.h
481nonce.lo nonce.o : nonce.c nonce.h
482nss_mgf1.lo nss_mgf1.o : nss_mgf1.c nss_mgf1.h
483nss_oaep.lo nss_oaep.o : nss_oaep.c nss_mgf1.h nss_oaep.h
484nss_pss.lo nss_pss.o : nss_pss.c nss_mgf1.h nss_pss.h
485prefs.lo prefs.o : prefs.c prefs.h
486rsa_nss.lo rsa_nss.o : rsa_nss.c rsa_nss.h gaim-encryption-config.h \
487        nonce.h nls.h nss_mgf1.h nss_oaep.h nss_pss.h cryptutil.h \
488        keys.h cryptproto.h state_ui.h
489state.lo state.o : state.c ge_blist.h gaim-encryption-config.h \
490        state_ui.h state.h
491state_ui.lo state_ui.o : state_ui.c gaim-encryption-config.h state_ui.h \
492        state.h nls.h icon_out_lock.xpm icon_out_unlock.xpm \
493        icon_out_capable.xpm icon_in_lock.xpm icon_in_unlock.xpm
494
495info-am:
496info: info-recursive
497dvi-am:
498dvi: dvi-recursive
499check-am: all-am
500check: check-recursive
501installcheck-am:
502installcheck: installcheck-recursive
503all-recursive-am: pre-config.h
504        $(MAKE) $(AM_MAKEFLAGS) all-recursive
505
506install-exec-am:
507install-exec: install-exec-recursive
508
509install-data-am: install-encryptLTLIBRARIES
510install-data: install-data-recursive
511
512install-am: all-am
513        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514install: install-recursive
515uninstall-am: uninstall-encryptLTLIBRARIES
516uninstall: uninstall-recursive
517all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) pre-config.h
518all-redirect: all-recursive-am
519install-strip:
520        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
521installdirs: installdirs-recursive
522installdirs-am:
523        $(mkinstalldirs)  $(DESTDIR)$(encryptdir)
524
525
526mostlyclean-generic:
527
528clean-generic:
529
530distclean-generic:
531        -rm -f Makefile $(CONFIG_CLEAN_FILES)
532        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
533
534maintainer-clean-generic:
535        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
536mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
537                mostlyclean-encryptLTLIBRARIES mostlyclean-compile \
538                mostlyclean-libtool mostlyclean-tags \
539                mostlyclean-generic
540
541mostlyclean: mostlyclean-recursive
542
543clean-am:  clean-hdr clean-noinstLIBRARIES clean-encryptLTLIBRARIES \
544                clean-compile clean-libtool clean-tags clean-generic \
545                mostlyclean-am
546
547clean: clean-recursive
548
549distclean-am:  distclean-hdr distclean-noinstLIBRARIES \
550                distclean-encryptLTLIBRARIES distclean-compile \
551                distclean-libtool distclean-tags distclean-generic \
552                clean-am
553        -rm -f libtool
554
555distclean: distclean-recursive
556        -rm -f config.status
557
558maintainer-clean-am:  maintainer-clean-hdr \
559                maintainer-clean-noinstLIBRARIES \
560                maintainer-clean-encryptLTLIBRARIES \
561                maintainer-clean-compile maintainer-clean-libtool \
562                maintainer-clean-tags maintainer-clean-generic \
563                distclean-am
564        @echo "This command is intended for maintainers to use;"
565        @echo "it deletes files that may require special tools to rebuild."
566
567maintainer-clean: maintainer-clean-recursive
568        -rm -f config.status
569
570.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
571mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
572clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
573mostlyclean-encryptLTLIBRARIES distclean-encryptLTLIBRARIES \
574clean-encryptLTLIBRARIES maintainer-clean-encryptLTLIBRARIES \
575uninstall-encryptLTLIBRARIES install-encryptLTLIBRARIES \
576mostlyclean-compile distclean-compile clean-compile \
577maintainer-clean-compile mostlyclean-libtool distclean-libtool \
578clean-libtool maintainer-clean-libtool install-data-recursive \
579uninstall-data-recursive install-exec-recursive \
580uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
581all-recursive check-recursive installcheck-recursive info-recursive \
582dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
583maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
584distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
585dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
586install-exec-am install-exec install-data-am install-data install-am \
587install uninstall-am uninstall all-redirect all-am all installdirs-am \
588installdirs mostlyclean-generic distclean-generic clean-generic \
589maintainer-clean-generic clean mostlyclean distclean maintainer-clean
590
591
592$(OBJECTS): $(BUILT_SOURCES)
593
594gaim-encryption-config.h: pre-config.h
595        sed 's/#define PACKAGE/#define GE_PACKAGE/g' pre-config.h > $@
596
597testprog: $(encrypt_la_SOURCES) testmain.c
598        $(CC) -g -Wall -lgdk -lgtk $(AM_CPPFLAGS) $(CPPFLAGS) $(NSS_INCLUDES) $(NSS_CFLAGS) -o testprog testmain.c  $(NSS_LIBS)
599
600# Tell versions [3.59,3.63) of GNU make to not export all variables.
601# Otherwise a system limit (for SysV at least) may be exceeded.
602.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.