-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.am
37 lines (30 loc) · 994 Bytes
/
Makefile.am
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
#
# Makefile.am --
#
# Template to generate the toplevel Makefile.in using automake.
#
# Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
#
# See the file "COPYING" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# @(#) $Id$
#
AUTOMAKE_OPTIONS = no-dependencies foreign
EXTRA_DIST = ANNOUNCE \
win/README.win win/config.h win/config.h.in \
win/GNUmakefile win/win.c win/win.h \
win/makefile win/config.nmake win/smi.def \
win/Makefile.mingw win/README.mingw \
smi.conf-example libsmi.m4 libsmi.pc
SUBDIRS = lib tools mibs pibs yang test doc
m4datadir = $(datadir)/aclocal
m4data_DATA = libsmi.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsmi.pc
$(pkgconfig_DATA): config.status
anoncvs:
RSYNC_RSH=ssh rsync -rlt --delete $(HOME)/.cvs-repository/libsmi anoncvs@anoncvs:/var/lib/cvs
ChangeLog:
# svn2cl --ignore-message-starting='***' -o $@
svn2cl -i -a -o $@