Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37744430
en ru br
ALT Linux repositórios
S:1.3-alt2.1
5.0: 1.3-alt1
4.1: 1.3-alt1
4.0: 1.3-alt1
3.0: 1.3-ipl6mdk

Group :: Sistema/Configurações/Rede
RPM: xtoolwait

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

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

all: $(XTOOL)

$(XTOOL): $(XTOOL).o
gcc $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBRARIES)

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

clean:
-rm $(XTOOL) *.o

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

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009