]> Lady’s Gitweb - CGirls/blob - GNUmakefile
62744ced45e7eedf2191ea24fdf31f32ea27a028
[CGirls] / GNUmakefile
1 # SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
2 # SPDX-License-Identifier: GPL-2.0-only
3
4 SHELL = /bin/sh
5
6 GIT := git
7
8 GITDIR := Git
9
10 CGIRLS_VERSION := 0.1.0
11 GIT_VERSION := 2.49.0
12
13 all : cgirls ;
14
15 -include $(GITDIR)/config.mak.uname
16 -include $(GITDIR)/shared.mak
17
18 VERSION :
19 $(QUIET_SUBDIR0)Git $(QUIET_SUBDIR1) -f ../make/cgirls.mak ../VERSION
20
21 cgirls :
22 $(QUIET_SUBDIR0)Git $(QUIET_SUBDIR1) -f ../make/cgirls.mak $@ $(EXTRA_GIT_TARGETS) NO_PERL=1 NO_GITWEB=1 NO_PYTHON=1 NO_TCLTK=1 NO_GETTEXT=1 NO_EXPAT=1 NO_CURL=1
23
24 $(GITDIR)/shared.mak : %/shared.mak : FORCE
25 $(GIT) submodule update --init '$*'
26
27 .PHONY : VERSION all cgirls
This page took 0.175583 seconds and 3 git commands to generate.