Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

40 lines
870 B
Makefile

# Example for use of GNU gettext.
# This file is in the public domain.
include $(GNUSTEP_MAKEFILES)/common.make
# Subprojects
SUBPROJECTS = po
# Main application
PACKAGE_NAME = Hello
APP_NAME = Hello
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
Hello_APPLICATION_ICON =
# Additional libraries
ADDITIONAL_GUI_LIBS +=
# Resource files
Hello_RESOURCE_FILES =
Hello_LOCALIZED_RESOURCE_FILES = Localizable.strings
Hello_LANGUAGES := $(sort English $(shell MAKEFLAGS= $(MAKE) -s -C po echo-languages))
# Header files
Hello_HEADERS = AppController.h Hello.h
# Class files
Hello_OBJC_FILES = main.m AppController.m Hello.m
# C files
Hello_C_FILES =
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
internal-distclean::
rm -rf *.lproj