Move i3lock in its own repository

This commit is contained in:
Michael Stapelberg
2009-03-11 22:21:50 +01:00
parent cc2c63b860
commit e1252b51da
16 changed files with 5 additions and 1303 deletions

View File

@ -40,16 +40,12 @@ src/%.o: src/%.c ${HEADERS}
all: ${FILES}
$(CC) -o i3 ${FILES} $(LDFLAGS)
$(MAKE) -C src/i3lock
$(MAKE) -C src/i3menu
install: all
$(INSTALL) -d -m 0755 $(DESTDIR)/usr/bin
$(INSTALL) -d -m 0755 $(DESTDIR)/etc/i3
$(INSTALL) -m 0755 i3 $(DESTDIR)/usr/bin/
test -e $(DESTDIR)/etc/i3/config || $(INSTALL) -m 0644 i3.config $(DESTDIR)/etc/i3/config
$(MAKE) -C src/i3lock install
$(MAKE) -C src/i3menu install
clean:
rm -f src/*.o