diff options
author | nobody <nobody@localhost> | 2000-02-18 02:03:28 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-02-18 02:03:28 +0800 |
commit | a9f6813dbc92ef3613b9ab54938c919f2112cb35 (patch) | |
tree | ea656a469e8b4515dc18fe0558007947592a305d /libical/src/Makefile.in | |
parent | 4d30561d85d15f6432e57b1eaa661eee9ff25701 (diff) | |
download | gsoc2013-evolution-release_15.tar gsoc2013-evolution-release_15.tar.gz gsoc2013-evolution-release_15.tar.bz2 gsoc2013-evolution-release_15.tar.lz gsoc2013-evolution-release_15.tar.xz gsoc2013-evolution-release_15.tar.zst gsoc2013-evolution-release_15.zip |
This commit was manufactured by cvs2svn to create tag 'release_15'.release_15
svn path=/tags/release_15/; revision=1829
Diffstat (limited to 'libical/src/Makefile.in')
-rw-r--r-- | libical/src/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libical/src/Makefile.in b/libical/src/Makefile.in new file mode 100644 index 0000000000..3c778954a8 --- /dev/null +++ b/libical/src/Makefile.in @@ -0,0 +1,8 @@ +SUBDIRS = libical libicalss test + +all depend ci clean install: + for dir in $(SUBDIRS) ; do \ + (cd $$dir ; $(MAKE) $@) || exit 1; \ + done + + |