Why Nostr? What is Njump?
2024-07-03 00:54:47

npub1j2…dmaaw on Nostr: commit 877fa3e48c3c4c6884469b711b97c0283e938b18 Author: randymcmillan ...

commit 877fa3e48c3c4c6884469b711b97c0283e938b18
Author: randymcmillan <[email protected]>
Date: Mon Sep 18 19:21:01 2023 -0400

web:rebased on top of gnostr-proxy; gnostr-web building

diff --git a/.gitignore b/.gitignore
index a37dd8c60..c8cda0adb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,8 @@ server.key
vostro
vostro.log.txt

+desktop/gnostro.app
+
list_01.txt
list_02.txt
CHANGELOG
@@ -116,3 +118,21 @@ bin
.github/workflows/.DS_Store

pubkeys.txt
+
+ext/wt-4.10.0/CMakeDoxyfile.in
+ext/wt-4.10.0/CMakeDoxygenDefaults.cmake
+ext/wt-4.10.0/Wt/
+ext/wt-4.10.0/src/AuthCssTheme_xml.C
+ext/wt-4.10.0/src/AuthStrings_xml.C
+ext/wt-4.10.0/src/Boot_html.C
+ext/wt-4.10.0/src/Boot_js.C
+ext/wt-4.10.0/src/Bootstrap3Theme_xml.C
+ext/wt-4.10.0/src/Bootstrap5Theme_xml.C
+ext/wt-4.10.0/src/BootstrapTheme_xml.C
+ext/wt-4.10.0/src/Hybrid_html.C
+ext/wt-4.10.0/src/Plain_html.C
+ext/wt-4.10.0/src/WCartesianChart_js.C
+ext/wt-4.10.0/src/Wt_js.C
+ext/wt-4.10.0/src/Wt_xml.C
+ext/wt-4.10.0/wt_config.xml
+wostro.log.txt
diff --git a/.gitmodules b/.gitmodules
index 2417e7951..021f413e5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -108,3 +108,9 @@
url = https://github.com/gnostr-org/gnostr-web.git
branch = master
ignore = dirty
+[submodule "ext/wxWidgets-3.2.2.1"]
+ path = ext/wxWidgets-3.2.2.1
+ url = https://github.com/gnostr-org/wxWidgets.git
+ branch = master
+ ignore = dirty
+ depth = shallow
diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
index ccbcfcc3c..46c78a8a7 100644
--- a/desktop/CMakeLists.txt
+++ b/desktop/CMakeLists.txt
@@ -48,7 +48,7 @@ endif()
add_executable(gnostro WIN32 MACOSX_BUNDLE ${src_extra})

#//////////////////////////
-# gnostro link
+# gnostro link
#//////////////////////////

if (MSVC)
diff --git a/desktop/Makefile b/desktop/Makefile
deleted file mode 100644
index b2cae69cb..000000000
--- a/desktop/Makefile
+++ /dev/null
@@ -1,182 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.26
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake
-
-# The command to remove a file.
-RM = /Applications/CMake.app/Contents/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /Applications/CMake.app/Contents/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /Applications/CMake.app/Contents/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(CMAKE_COMMAND) -E cmake_progress_start /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay/CMakeFiles /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay/desktop//CMakeFiles/progress.marks
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 desktop/all
- $(CMAKE_COMMAND) -E cmake_progress_start /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 desktop/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 desktop/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 desktop/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-desktop/CMakeFiles/gnostro.dir/rule:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 desktop/CMakeFiles/gnostro.dir/rule
-.PHONY : desktop/CMakeFiles/gnostro.dir/rule
-
-# Convenience name for target.
-gnostro: desktop/CMakeFiles/gnostro.dir/rule
-.PHONY : gnostro
-
-# fast build rule for target.
-gnostro/fast:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f desktop/CMakeFiles/gnostro.dir/build.make desktop/CMakeFiles/gnostro.dir/build
-.PHONY : gnostro/fast
-
-gnostro.o: gnostro.cc.o
-.PHONY : gnostro.o
-
-# target to build an object file
-gnostro.cc.o:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f desktop/CMakeFiles/gnostro.dir/build.make desktop/CMakeFiles/gnostro.dir/gnostro.cc.o
-.PHONY : gnostro.cc.o
-
-gnostro.i: gnostro.cc.i
-.PHONY : gnostro.i
-
-# target to preprocess a source file
-gnostro.cc.i:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f desktop/CMakeFiles/gnostro.dir/build.make desktop/CMakeFiles/gnostro.dir/gnostro.cc.i
-.PHONY : gnostro.cc.i
-
-gnostro.s: gnostro.cc.s
-.PHONY : gnostro.s
-
-# target to generate assembly for a file
-gnostro.cc.s:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f desktop/CMakeFiles/gnostro.dir/build.make desktop/CMakeFiles/gnostro.dir/gnostro.cc.s
-.PHONY : gnostro.cc.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... rebuild_cache"
- @echo "... gnostro"
- @echo "... gnostro.o"
- @echo "... gnostro.i"
- @echo "... gnostro.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/ext/wt-4.10.0/WtInstall.cmake b/ext/wt-4.10.0/WtInstall.cmake
deleted file mode 100644
index d2aed3298..000000000
--- a/ext/wt-4.10.0/WtInstall.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-EXEC_PROGRAM(mkdir ARGS -p ${DESTDIR}${RUNDIR})
-EXEC_PROGRAM(chown ARGS ${WEBUSER}:${WEBGROUP} ${DESTDIR}${RUNDIR})
diff --git a/ext/wxWidgets-3.2.2.1 b/ext/wxWidgets-3.2.2.1
new file mode 160000
index 000000000..863eb6073
--- /dev/null
+++ b/ext/wxWidgets-3.2.2.1
@@ -0,0 +1 @@
+Subproject commit 863eb607384cc6f5e6e5b0cccf32467d2e17ff93
diff --git a/web/.gitignore b/web/.gitignore
index 6f8c7e5c5..745a494de 100644
--- a/web/.gitignore
+++ b/web/.gitignore
@@ -8,3 +8,10 @@ reflog
.nvmrc
.gnostr/proxy
.gnostr/web
+
+Makefile
+CMakeFiles/
+cmake_install.cmake
+wostro
+CMakeCache.txt
+wostro.log.txt
diff --git a/web/CMakeLists.txt b/web/CMakeLists.txt
index 64156ae73..80a0bb9ec 100644
--- a/web/CMakeLists.txt
+++ b/web/CMakeLists.txt
@@ -1,4 +1,4 @@
-# This file is part of 'Nostr_client_relay'
+# This file is part of 'Nostr_client_relay'
# Copyright (c) 2023, Space Research Software LLC, Pedro Vicente. All rights reserved.
# See file LICENSE for full license details.

@@ -22,7 +22,7 @@ set(web ${web} home.cc)
set(web ${web} follows.hh)
set(web ${web} follows.cc)

-add_executable(wostro web.cc web.hh ${web})
+add_executable(gnostr-web web.cc web.hh ${web})

#//////////////////////////
#link with libraries
@@ -41,25 +41,29 @@ if (MSVC)
endif()

if(APPLE)
- set(lib_web ${lib_web} $ENV{HOME}/wt_install/lib/libwt.dylib)
- set(lib_web ${lib_web} $ENV{HOME}/wt_install/lib/libwthttp.dylib)
- set(BOOST_LIB_DIRS $ENV{HOME}/git/nostr_client_relay/ext/boost_1_82_0/stage/lib)
- set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_filesystem.a)
- set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_thread.a)
- set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_program_options.a)
+ #//set(lib_web ${lib_web} ${CMAKE_SOURCE_DIR}/ext/wt-4.10.0/lib/libwt.dylib)
+ #//set(lib_web ${lib_web} ${CMAKE_SOURCE_DIR}/ext/wt-4.10.0/lib/libwthttp.dylib)
+ set(lib_web ${lib_web} /usr/local/lib/libwt.dylib)
+ set(lib_web ${lib_web} /usr/local/lib/libwthttp.dylib)
+ set(BOOST_LIB_DIRS /usr/local/lib)
+ set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_filesystem-mt.a)
+ set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_thread-mt.a)
+ set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_program_options-mt.a)
endif()

if (LINUX)
- set(lib_web ${lib_web} $ENV{HOME}/wt_install/lib/libwt.so)
- set(lib_web ${lib_web} $ENV{HOME}/wt_install/lib/libwthttp.so)
- set(BOOST_LIB_DIRS $ENV{HOME}/git/nostr_client_relay/ext/boost_1_82_0/stage/lib)
+ #//set(lib_web ${lib_web} ${CMAKE_SOURCE_DIR}/ext/wt-4.10.0/lib/libwt.so)
+ #//set(lib_web ${lib_web} ${CMAKE_SOURCE_DIR}/ext/wt-4.10.0/lib/libwthttp.so)
+ set(lib_web ${lib_web} /usr/local/lib/libwt.so)
+ set(lib_web ${lib_web} /usr/local/lib/libwthttp.so)
+ set(BOOST_LIB_DIRS /usr/local/lib)
set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_filesystem.so)
set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_thread.so)
- set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_program_options.so)
+ set(lib_web ${lib_web} ${BOOST_LIB_DIRS}/libboost_program_options.so)
endif()

set(lib_web ${lib_web} ${lib_dep})
-target_link_libraries (wostro ${lib_web})
+target_link_libraries (gnostr-web ${lib_web})

message(STATUS "Copying data files to: ${CMAKE_BINARY_DIR}/web")
file(COPY "${CMAKE_SOURCE_DIR}/web/nostro.css" DESTINATION ${CMAKE_BINARY_DIR}/web)
diff --git a/web/Makefile b/web/Makefile
deleted file mode 100644
index 4098a52f3..000000000
--- a/web/Makefile
+++ /dev/null
@@ -1,278 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.26
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake
-
-# The command to remove a file.
-RM = /Applications/CMake.app/Contents/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /Applications/CMake.app/Contents/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /Applications/CMake.app/Contents/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(CMAKE_COMMAND) -E cmake_progress_start /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay/CMakeFiles /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay/web//CMakeFiles/progress.marks
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 web/all
- $(CMAKE_COMMAND) -E cmake_progress_start /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 web/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 web/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 web/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-web/CMakeFiles/wostro.dir/rule:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 web/CMakeFiles/wostro.dir/rule
-.PHONY : web/CMakeFiles/wostro.dir/rule
-
-# Convenience name for target.
-wostro: web/CMakeFiles/wostro.dir/rule
-.PHONY : wostro
-
-# fast build rule for target.
-wostro/fast:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/build
-.PHONY : wostro/fast
-
-# Convenience name for target.
-web/CMakeFiles/css.dir/rule:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 web/CMakeFiles/css.dir/rule
-.PHONY : web/CMakeFiles/css.dir/rule
-
-# Convenience name for target.
-css: web/CMakeFiles/css.dir/rule
-.PHONY : css
-
-# fast build rule for target.
-css/fast:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/css.dir/build.make web/CMakeFiles/css.dir/build
-.PHONY : css/fast
-
-feed.o: feed.cc.o
-.PHONY : feed.o
-
-# target to build an object file
-feed.cc.o:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/feed.cc.o
-.PHONY : feed.cc.o
-
-feed.i: feed.cc.i
-.PHONY : feed.i
-
-# target to preprocess a source file
-feed.cc.i:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/feed.cc.i
-.PHONY : feed.cc.i
-
-feed.s: feed.cc.s
-.PHONY : feed.s
-
-# target to generate assembly for a file
-feed.cc.s:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/feed.cc.s
-.PHONY : feed.cc.s
-
-follows.o: follows.cc.o
-.PHONY : follows.o
-
-# target to build an object file
-follows.cc.o:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/follows.cc.o
-.PHONY : follows.cc.o
-
-follows.i: follows.cc.i
-.PHONY : follows.i
-
-# target to preprocess a source file
-follows.cc.i:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/follows.cc.i
-.PHONY : follows.cc.i
-
-follows.s: follows.cc.s
-.PHONY : follows.s
-
-# target to generate assembly for a file
-follows.cc.s:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/follows.cc.s
-.PHONY : follows.cc.s
-
-home.o: home.cc.o
-.PHONY : home.o
-
-# target to build an object file
-home.cc.o:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/home.cc.o
-.PHONY : home.cc.o
-
-home.i: home.cc.i
-.PHONY : home.i
-
-# target to preprocess a source file
-home.cc.i:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/home.cc.i
-.PHONY : home.cc.i
-
-home.s: home.cc.s
-.PHONY : home.s
-
-# target to generate assembly for a file
-home.cc.s:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/home.cc.s
-.PHONY : home.cc.s
-
-web.o: web.cc.o
-.PHONY : web.o
-
-# target to build an object file
-web.cc.o:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/web.cc.o
-.PHONY : web.cc.o
-
-web.i: web.cc.i
-.PHONY : web.i
-
-# target to preprocess a source file
-web.cc.i:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/web.cc.i
-.PHONY : web.cc.i
-
-web.s: web.cc.s
-.PHONY : web.s
-
-# target to generate assembly for a file
-web.cc.s:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(MAKE) $(MAKESILENT) -f web/CMakeFiles/wostro.dir/build.make web/CMakeFiles/wostro.dir/web.cc.s
-.PHONY : web.cc.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... rebuild_cache"
- @echo "... css"
- @echo "... wostro"
- @echo "... feed.o"
- @echo "... feed.i"
- @echo "... feed.s"
- @echo "... follows.o"
- @echo "... follows.i"
- @echo "... follows.s"
- @echo "... home.o"
- @echo "... home.i"
- @echo "... home.s"
- @echo "... web.o"
- @echo "... web.i"
- @echo "... web.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /Users/Shared/gnostr.org/gnostr/deps/gnostr-relay && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
Author Public Key
npub1j2gxs8qz60uaxwpxkck8ar3cgr84jwtqmkfnt5n7f46zl70flmesedmaaw