summaryrefslogtreecommitdiffstats
path: root/pcmcia/Makefile.am
blob: f46cdf04c2b7042f1d6d7f76b0456cdde0f0e71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 
#  $Id$
#

pcmciadir = $(sysconfdir)/pcmcia

EXTRA_DIST = bluetooth bluetooth.conf

MAINTAINERCLEANFILES = Makefile.in

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(pcmciadir)
	[ -f $(DESTDIR)$(pcmciadir)/bluetooth ] || \
		$(INSTALL_DATA) $(srcdir)/bluetooth $(DESTDIR)$(pcmciadir)
	[ -f $(DESTDIR)$(pcmciadir)/bluetooth.conf ] || \
		$(INSTALL_DATA) $(srcdir)/bluetooth.conf $(DESTDIR)$(pcmciadir)

uninstall-local:
	@rm -f $(DESTDIR)$(pcmciadir)/bluetooth
	@rm -f $(DESTDIR)$(pcmciadir)/bluetooth.conf