mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Initial revision
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2d97cd3cc4
commit
770ae4596d
29 changed files with 4987 additions and 0 deletions
46
Makefile.am
Normal file
46
Makefile.am
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# create default-config.h
|
||||
config.h: default-config.h
|
||||
|
||||
default-config.h: config
|
||||
./file2header.sh config > default-config.h
|
||||
|
||||
## if <internationalization support>
|
||||
#SUBDIRS = po intl macros support # <your subdirs here>
|
||||
## else
|
||||
if BUILD_PLUGINS
|
||||
PLUGINS=plugins
|
||||
endif
|
||||
if BUILD_SERVERTEST
|
||||
SERVERTEST=servertest
|
||||
endif
|
||||
|
||||
SUBDIRS = macros src $(PLUGINS) $(SERVERTEST)
|
||||
## endif
|
||||
|
||||
## to automatically rebuild aclocal.m4 if any of the macros in
|
||||
## `macros/' change
|
||||
@MAINT@include macros/macros.dep
|
||||
@MAINT@macros/macros.dep: macros/Makefile.am
|
||||
@MAINT@ cd macros && $(MAKE) macros.dep
|
||||
|
||||
if HAVE_GNOME
|
||||
appletdir = $(datadir)/applets/Network
|
||||
applet_DATA = irssi.desktop
|
||||
|
||||
corbadir = $(sysconfdir)/CORBA/servers
|
||||
corba_DATA = irssi.gnorba
|
||||
endif
|
||||
|
||||
confdir = $(sysconfdir)/irssi
|
||||
conf_DATA = config colorless.theme
|
||||
|
||||
EXTRA_DIST = window-views-patch.diff \
|
||||
autogen.sh \
|
||||
README-HEBREW \
|
||||
COMMANDS \
|
||||
file2header.sh \
|
||||
irssi.spec.in \
|
||||
irssi.spec \
|
||||
$(conf_DATA) \
|
||||
irssi.gnorba \
|
||||
irssi.desktop
|
||||
Loading…
Add table
Add a link
Reference in a new issue