~ubuntu-branches/ubuntu/trusty/gsmlib/trusty

« back to all changes in this revision

Viewing changes to apps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-01-24 12:59:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020124125907-b7qkpokx5283jdpu
Tags: upstream-1.8
ImportĀ upstreamĀ versionĀ 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 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
# *************************************************************************
 
14
# * GSM TA/ME library
 
15
# *
 
16
# * File:    Makefile.am
 
17
# *
 
18
# * Purpose: apps Makefile
 
19
# *
 
20
# * Author:  Peter Hofmann (software@pxh.de)
 
21
# *
 
22
# * Created: 5.6.1999
 
23
# *************************************************************************
 
24
 
 
25
 
 
26
SHELL = @SHELL@
 
27
 
 
28
srcdir = @srcdir@
 
29
top_srcdir = @top_srcdir@
 
30
VPATH = @srcdir@
 
31
prefix = @prefix@
 
32
exec_prefix = @exec_prefix@
 
33
 
 
34
bindir = @bindir@
 
35
sbindir = @sbindir@
 
36
libexecdir = @libexecdir@
 
37
datadir = @datadir@
 
38
sysconfdir = @sysconfdir@
 
39
sharedstatedir = @sharedstatedir@
 
40
localstatedir = @localstatedir@
 
41
libdir = @libdir@
 
42
infodir = @infodir@
 
43
mandir = @mandir@
 
44
includedir = @includedir@
 
45
oldincludedir = /usr/include
 
46
 
 
47
DESTDIR =
 
48
 
 
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkglibdir = $(libdir)/@PACKAGE@
 
51
pkgincludedir = $(includedir)/@PACKAGE@
 
52
 
 
53
top_builddir = ..
 
54
 
 
55
ACLOCAL = @ACLOCAL@
 
56
AUTOCONF = @AUTOCONF@
 
57
AUTOMAKE = @AUTOMAKE@
 
58
AUTOHEADER = @AUTOHEADER@
 
59
 
 
60
INSTALL = @INSTALL@
 
61
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
62
INSTALL_DATA = @INSTALL_DATA@
 
63
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
64
transform = @program_transform_name@
 
65
 
 
66
NORMAL_INSTALL = :
 
67
PRE_INSTALL = :
 
68
POST_INSTALL = :
 
69
NORMAL_UNINSTALL = :
 
70
PRE_UNINSTALL = :
 
71
POST_UNINSTALL = :
 
72
host_alias = @host_alias@
 
73
host_triplet = @host@
 
74
CATALOGS = @CATALOGS@
 
75
CATOBJEXT = @CATOBJEXT@
 
76
CC = @CC@
 
77
CPP = @CPP@
 
78
CXX = @CXX@
 
79
DATADIRNAME = @DATADIRNAME@
 
80
GENCAT = @GENCAT@
 
81
GMOFILES = @GMOFILES@
 
82
GMSGFMT = @GMSGFMT@
 
83
GSM_VERSION = @GSM_VERSION@
 
84
GT_NO = @GT_NO@
 
85
GT_YES = @GT_YES@
 
86
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
 
87
INSTOBJEXT = @INSTOBJEXT@
 
88
INTLDEPS = @INTLDEPS@
 
89
INTLLIBS = @INTLLIBS@
 
90
INTLOBJS = @INTLOBJS@
 
91
LD = @LD@
 
92
LIBTOOL = @LIBTOOL@
 
93
LN_S = @LN_S@
 
94
MAKEINFO = @MAKEINFO@
 
95
MKINSTALLDIRS = @MKINSTALLDIRS@
 
96
MSGFMT = @MSGFMT@
 
97
NM = @NM@
 
98
PACKAGE = @PACKAGE@
 
99
POFILES = @POFILES@
 
100
POSUB = @POSUB@
 
101
RANLIB = @RANLIB@
 
102
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
103
USE_NLS = @USE_NLS@
 
104
VERSION = @VERSION@
 
105
l = @l@
 
106
 
 
107
INCLUDES = -I..
 
108
 
 
109
bin_PROGRAMS = gsmsmsstore gsmctl gsmsmsd gsmpb gsmsendsms
 
110
 
 
111
# build gsmsmsd from gsmsmsd.cc and libgsmme.la
 
112
gsmsmsd_SOURCES = gsmsmsd.cc
 
113
gsmsmsd_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
114
 
 
115
# build gsmpb from gsmpb.cc and libgsmme.la
 
116
gsmpb_SOURCES = gsmpb.cc
 
117
gsmpb_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
118
 
 
119
# build gsmctl from gsmctl.cc and libgsmme.la
 
120
gsmctl_SOURCES = gsmctl.cc
 
121
gsmctl_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
122
 
 
123
# build gsmsendsms from gsmsendsms.cc and libgsmme.la
 
124
gsmsendsms_SOURCES = gsmsendsms.cc
 
125
gsmsendsms_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
126
 
 
127
# build gsmsmsstore from gsmsmsstore.cc and libgsmme.la
 
128
gsmsmsstore_SOURCES = gsmsmsstore.cc
 
129
gsmsmsstore_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
130
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
131
CONFIG_HEADER = ../gsm_config.h
 
132
CONFIG_CLEAN_FILES = 
 
133
PROGRAMS =  $(bin_PROGRAMS)
 
134
 
 
135
 
 
136
DEFS = @DEFS@ -I. -I$(srcdir) -I..
 
137
CPPFLAGS = @CPPFLAGS@
 
138
LDFLAGS = @LDFLAGS@
 
139
LIBS = @LIBS@
 
140
gsmsmsstore_OBJECTS =  gsmsmsstore.o
 
141
gsmsmsstore_DEPENDENCIES =  ../gsmlib/libgsmme.la
 
142
gsmsmsstore_LDFLAGS = 
 
143
gsmctl_OBJECTS =  gsmctl.o
 
144
gsmctl_DEPENDENCIES =  ../gsmlib/libgsmme.la
 
145
gsmctl_LDFLAGS = 
 
146
gsmsmsd_OBJECTS =  gsmsmsd.o
 
147
gsmsmsd_DEPENDENCIES =  ../gsmlib/libgsmme.la
 
148
gsmsmsd_LDFLAGS = 
 
149
gsmpb_OBJECTS =  gsmpb.o
 
150
gsmpb_DEPENDENCIES =  ../gsmlib/libgsmme.la
 
151
gsmpb_LDFLAGS = 
 
152
gsmsendsms_OBJECTS =  gsmsendsms.o
 
153
gsmsendsms_DEPENDENCIES =  ../gsmlib/libgsmme.la
 
154
gsmsendsms_LDFLAGS = 
 
155
CXXFLAGS = @CXXFLAGS@
 
156
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
157
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
158
CXXLD = $(CXX)
 
159
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
160
DIST_COMMON =  Makefile.am Makefile.in
 
161
 
 
162
 
 
163
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
164
 
 
165
TAR = gtar
 
166
GZIP_ENV = --best
 
167
SOURCES = $(gsmsmsstore_SOURCES) $(gsmctl_SOURCES) $(gsmsmsd_SOURCES) $(gsmpb_SOURCES) $(gsmsendsms_SOURCES)
 
168
OBJECTS = $(gsmsmsstore_OBJECTS) $(gsmctl_OBJECTS) $(gsmsmsd_OBJECTS) $(gsmpb_OBJECTS) $(gsmsendsms_OBJECTS)
 
169
 
 
170
all: all-redirect
 
171
.SUFFIXES:
 
172
.SUFFIXES: .S .c .cc .lo .o .s
 
173
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
174
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps apps/Makefile
 
175
 
 
176
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
177
        cd $(top_builddir) \
 
178
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
179
 
 
180
 
 
181
mostlyclean-binPROGRAMS:
 
182
 
 
183
clean-binPROGRAMS:
 
184
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
185
 
 
186
distclean-binPROGRAMS:
 
187
 
 
188
maintainer-clean-binPROGRAMS:
 
189
 
 
190
install-binPROGRAMS: $(bin_PROGRAMS)
 
191
        @$(NORMAL_INSTALL)
 
192
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
193
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
194
          if test -f $$p; then \
 
195
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
 
196
            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
197
          else :; fi; \
 
198
        done
 
199
 
 
200
uninstall-binPROGRAMS:
 
201
        @$(NORMAL_UNINSTALL)
 
202
        list='$(bin_PROGRAMS)'; for p in $$list; do \
 
203
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
204
        done
 
205
 
 
206
.c.o:
 
207
        $(COMPILE) -c $<
 
208
 
 
209
.s.o:
 
210
        $(COMPILE) -c $<
 
211
 
 
212
.S.o:
 
213
        $(COMPILE) -c $<
 
214
 
 
215
mostlyclean-compile:
 
216
        -rm -f *.o core *.core
 
217
 
 
218
clean-compile:
 
219
 
 
220
distclean-compile:
 
221
        -rm -f *.tab.c
 
222
 
 
223
maintainer-clean-compile:
 
224
 
 
225
.c.lo:
 
226
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
227
 
 
228
.s.lo:
 
229
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
230
 
 
231
.S.lo:
 
232
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
233
 
 
234
mostlyclean-libtool:
 
235
        -rm -f *.lo
 
236
 
 
237
clean-libtool:
 
238
        -rm -rf .libs _libs
 
239
 
 
240
distclean-libtool:
 
241
 
 
242
maintainer-clean-libtool:
 
243
 
 
244
gsmsmsstore: $(gsmsmsstore_OBJECTS) $(gsmsmsstore_DEPENDENCIES)
 
245
        @rm -f gsmsmsstore
 
246
        $(CXXLINK) $(gsmsmsstore_LDFLAGS) $(gsmsmsstore_OBJECTS) $(gsmsmsstore_LDADD) $(LIBS)
 
247
 
 
248
gsmctl: $(gsmctl_OBJECTS) $(gsmctl_DEPENDENCIES)
 
249
        @rm -f gsmctl
 
250
        $(CXXLINK) $(gsmctl_LDFLAGS) $(gsmctl_OBJECTS) $(gsmctl_LDADD) $(LIBS)
 
251
 
 
252
gsmsmsd: $(gsmsmsd_OBJECTS) $(gsmsmsd_DEPENDENCIES)
 
253
        @rm -f gsmsmsd
 
254
        $(CXXLINK) $(gsmsmsd_LDFLAGS) $(gsmsmsd_OBJECTS) $(gsmsmsd_LDADD) $(LIBS)
 
255
 
 
256
gsmpb: $(gsmpb_OBJECTS) $(gsmpb_DEPENDENCIES)
 
257
        @rm -f gsmpb
 
258
        $(CXXLINK) $(gsmpb_LDFLAGS) $(gsmpb_OBJECTS) $(gsmpb_LDADD) $(LIBS)
 
259
 
 
260
gsmsendsms: $(gsmsendsms_OBJECTS) $(gsmsendsms_DEPENDENCIES)
 
261
        @rm -f gsmsendsms
 
262
        $(CXXLINK) $(gsmsendsms_LDFLAGS) $(gsmsendsms_OBJECTS) $(gsmsendsms_LDADD) $(LIBS)
 
263
.cc.o:
 
264
        $(CXXCOMPILE) -c $<
 
265
.cc.lo:
 
266
        $(LTCXXCOMPILE) -c $<
 
267
 
 
268
tags: TAGS
 
269
 
 
270
ID: $(HEADERS) $(SOURCES) $(LISP)
 
271
        list='$(SOURCES) $(HEADERS)'; \
 
272
        unique=`for i in $$list; do echo $$i; done | \
 
273
          awk '    { files[$$0] = 1; } \
 
274
               END { for (i in files) print i; }'`; \
 
275
        here=`pwd` && cd $(srcdir) \
 
276
          && mkid -f$$here/ID $$unique $(LISP)
 
277
 
 
278
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
279
        tags=; \
 
280
        here=`pwd`; \
 
281
        list='$(SOURCES) $(HEADERS)'; \
 
282
        unique=`for i in $$list; do echo $$i; done | \
 
283
          awk '    { files[$$0] = 1; } \
 
284
               END { for (i in files) print i; }'`; \
 
285
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
286
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
287
 
 
288
mostlyclean-tags:
 
289
 
 
290
clean-tags:
 
291
 
 
292
distclean-tags:
 
293
        -rm -f TAGS ID
 
294
 
 
295
maintainer-clean-tags:
 
296
 
 
297
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
298
 
 
299
subdir = apps
 
300
 
 
301
distdir: $(DISTFILES)
 
302
        @for file in $(DISTFILES); do \
 
303
          d=$(srcdir); \
 
304
          if test -d $$d/$$file; then \
 
305
            cp -pr $$d/$$file $(distdir)/$$file; \
 
306
          else \
 
307
            test -f $(distdir)/$$file \
 
308
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
309
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
310
          fi; \
 
311
        done
 
312
gsmctl.o: gsmctl.cc ../gsm_config.h ../gsmlib/gsm_nls.h \
 
313
        ../gsmlib/gsm_me_ta.h ../gsmlib/gsm_error.h \
 
314
        ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \
 
315
        ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_util.h \
 
316
        ../gsmlib/gsm_at.h ../gsmlib/gsm_port.h ../gsmlib/gsm_cb.h \
 
317
        ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \
 
318
        ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.h \
 
319
        ../gsmlib/gsm_sysdep.h ../gsmlib/gsm_unix_serial.h
 
320
gsmpb.o: gsmpb.cc ../gsm_config.h ../gsmlib/gsm_nls.h \
 
321
        ../gsmlib/gsm_unix_serial.h ../gsmlib/gsm_error.h \
 
322
        ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h ../gsmlib/gsm_me_ta.h \
 
323
        ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \
 
324
        ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \
 
325
        ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \
 
326
        ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.h \
 
327
        ../gsmlib/gsm_sorted_phonebook.h
 
328
gsmsendsms.o: gsmsendsms.cc ../gsm_config.h ../gsmlib/gsm_nls.h \
 
329
        ../gsmlib/gsm_unix_serial.h ../gsmlib/gsm_error.h \
 
330
        ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h ../gsmlib/gsm_me_ta.h \
 
331
        ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \
 
332
        ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \
 
333
        ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \
 
334
        ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.h
 
335
gsmsmsd.o: gsmsmsd.cc ../gsm_config.h ../gsmlib/gsm_nls.h \
 
336
        ../gsmlib/gsm_me_ta.h ../gsmlib/gsm_error.h \
 
337
        ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \
 
338
        ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_util.h \
 
339
        ../gsmlib/gsm_at.h ../gsmlib/gsm_port.h ../gsmlib/gsm_cb.h \
 
340
        ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \
 
341
        ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.h \
 
342
        ../gsmlib/gsm_unix_serial.h
 
343
gsmsmsstore.o: gsmsmsstore.cc ../gsm_config.h ../gsmlib/gsm_nls.h \
 
344
        ../gsmlib/gsm_unix_serial.h ../gsmlib/gsm_error.h \
 
345
        ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h ../gsmlib/gsm_me_ta.h \
 
346
        ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \
 
347
        ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \
 
348
        ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \
 
349
        ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.h \
 
350
        ../gsmlib/gsm_sorted_sms_store.h
 
351
 
 
352
info-am:
 
353
info: info-am
 
354
dvi-am:
 
355
dvi: dvi-am
 
356
check-am: all-am
 
357
check: check-am
 
358
installcheck-am:
 
359
installcheck: installcheck-am
 
360
install-exec-am: install-binPROGRAMS
 
361
install-exec: install-exec-am
 
362
 
 
363
install-data-am:
 
364
install-data: install-data-am
 
365
 
 
366
install-am: all-am
 
367
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
368
install: install-am
 
369
uninstall-am: uninstall-binPROGRAMS
 
370
uninstall: uninstall-am
 
371
all-am: Makefile $(PROGRAMS)
 
372
all-redirect: all-am
 
373
install-strip:
 
374
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
375
installdirs:
 
376
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
 
377
 
 
378
 
 
379
mostlyclean-generic:
 
380
 
 
381
clean-generic:
 
382
 
 
383
distclean-generic:
 
384
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
385
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
386
 
 
387
maintainer-clean-generic:
 
388
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
 
389
                mostlyclean-libtool mostlyclean-tags \
 
390
                mostlyclean-generic
 
391
 
 
392
mostlyclean: mostlyclean-am
 
393
 
 
394
clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
 
395
                clean-generic mostlyclean-am
 
396
 
 
397
clean: clean-am
 
398
 
 
399
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
 
400
                distclean-tags distclean-generic clean-am
 
401
        -rm -f libtool
 
402
 
 
403
distclean: distclean-am
 
404
 
 
405
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
 
406
                maintainer-clean-compile maintainer-clean-libtool \
 
407
                maintainer-clean-tags maintainer-clean-generic \
 
408
                distclean-am
 
409
        @echo "This command is intended for maintainers to use;"
 
410
        @echo "it deletes files that may require special tools to rebuild."
 
411
 
 
412
maintainer-clean: maintainer-clean-am
 
413
 
 
414
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
 
415
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
 
416
mostlyclean-compile distclean-compile clean-compile \
 
417
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
418
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
419
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
420
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
421
install-exec install-data-am install-data install-am install \
 
422
uninstall-am uninstall all-redirect all-am all installdirs \
 
423
mostlyclean-generic distclean-generic clean-generic \
 
424
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
425
 
 
426
 
 
427
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
428
# Otherwise a system limit (for SysV at least) may be exceeded.
 
429
.NOEXPORT: