# # $Id: Makefile,v 1.12 2025/04/14 13:06:46 snw Exp $ # Makefile for dev scripts # # # Author: Serena Willis # Copyright (C) 2025 Coherent Logic Development LLC # # # This file is part of FreeM. # # FreeM is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # FreeM is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero Public License for more details. # # You should have received a copy of the GNU Affero Public License # along with FreeM. If not, see . # # $Log: Makefile,v $ # Revision 1.12 2025/04/14 13:06:46 snw # Add OS/2 RPM build script to fmd # # Revision 1.11 2025/04/10 18:18:12 snw # Add fmd update # # Revision 1.10 2025/04/10 02:17:49 snw # Add fmd-todo # # Revision 1.9 2025/04/09 19:52:02 snw # Eliminate as many warnings as possible while building with -Wall # # Revision 1.8 2025/04/09 15:47:36 snw # Add fmd lint command # # Revision 1.7 2025/04/07 21:40:06 snw # Add fmd-pkg-rpm to fmd makefile # # Revision 1.6 2025/04/07 04:00:07 snw # Add fmd-pkg-pkgadd to fmd Makefile # # Revision 1.5 2025/04/06 05:01:21 snw # Initial working implementation of fmd package for dpkg # # Revision 1.4 2025/04/06 03:38:05 snw # Prepare for adding packaging functionality to fmd # # Revision 1.3 2025/04/05 03:18:41 snw # Add fmd docupdate command to dev scripts # # Revision 1.2 2025/04/04 18:30:03 snw # Add fmd versions command to list all versions # # Revision 1.1 2025/04/04 18:00:01 snw # *** empty log message *** # # # SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC # SPDX-License-Identifier: AGPL-3.0-or-later # pgms = fmd fmd-commit fmd-setversion fmd-changelog fmd-log fmd-versions fmd-docupdate _fmd_common.bash fmd-package fmd-pkg-dpkg fmd-pkg-pkgadd fmd-pkg-rpm fmd-pkg-os2rpm fmd-lint fmd-todo fmd-update install: cp $(pgms) /usr/local/bin chmod 755 /usr/local/bin/fmd-* .PHONY: install