mirror of
https://github.com/moparisthebest/hexchat
synced 2025-02-16 07:10:11 -05:00
30 lines
362 B
Makefile
30 lines
362 B
Makefile
if DO_PYTHON
|
|
pythondir = python
|
|
endif
|
|
|
|
if DO_PERL
|
|
perldir = perl
|
|
endif
|
|
|
|
if DO_DOAT
|
|
doatdir = doat
|
|
endif
|
|
|
|
if DO_ZNC
|
|
zncdir = znc
|
|
endif
|
|
|
|
if DO_FISHLIM
|
|
fishlimdir = fishlim
|
|
endif
|
|
|
|
if DO_CHECKSUM
|
|
checksumdir = checksum
|
|
endif
|
|
|
|
if DO_SYSINFO
|
|
sysinfodir = sysinfo
|
|
endif
|
|
|
|
SUBDIRS = $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir) $(zncdir)
|