Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37802392
en ru br
ALT Linux repos
S:3.4-alt2.qa1
5.0: 3.4-alt1
4.1: 3.4-alt1
4.0: 3.4-alt1

Group :: System/X11
RPM: xwit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

CFLAGS ?= -Wall -O2 -g -Wstrict-prototypes -Wmissing-prototypes
LDFLAGS ?= -L/usr/lib -Wl,-z,defs
LIBRARIES = -lX11

all: xwit

xwit: xwit.o ClientWin.o dsimple.o
gcc $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBRARIES)

%.o: %.c
gcc $(CFLAGS) -c -o $@ $<

# Headers needed
dsimple.o: dsimple.h
xwit.o: dsimple.h ClientWin.h
ClientWin.o: ClientWin.h

clean:
-rm xwit *.o

install: xwit
mkdir -p $(prefix)/bin $(prefix)/share/man/man1
install -s xwit $(prefix)/bin/
install xwit.man $(prefix)/share/man/man1/xwit.1 && gzip $(prefix)/share/man/man1/xwit.1

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin